home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / x2ftp / msdos / math / fixfloa2 / readme.txt < prev   
Text File  |  1995-03-29  |  2KB  |  78 lines

  1.  
  2.  
  3.  
  4.                              IMPORTANT 
  5.                             INFORMATION 
  6.  
  7.                              FOR USERS
  8.                                  OF 
  9.                          "FIXFLOAT LIBRARY"
  10.                               
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.                             USAGE RULES :
  18.                           =================
  19.  
  20. This library may be freely used in all programs.
  21.  
  22.  
  23.  
  24.  
  25.                            DISCLAIMER :
  26.                          ================
  27.  
  28. This library may be distributed freely, as long as the following files
  29. are distributed in a package :
  30.  
  31. fixfloat.asm
  32. fixfloat.h 
  33. cfifloat.c
  34. fixfloat.doc
  35. fixfloat.inc
  36. c_demo.c
  37. fix_demo.wpj
  38. fix_demo.tgt
  39. fix_demo.exe
  40. readme.txt
  41. changes.txt
  42.  
  43.  
  44. The code is currently intended for the Watcom 32 bit compiler. 
  45.  
  46. The author(s) cannot be held be responsible for any bugs appearing
  47. in applications using this code. Support can not be guaranteed but
  48. probably received.
  49.  
  50.  
  51.  
  52.                          CODE_CONTRIBUTIONS :
  53.                        ========================
  54.  
  55. If bugs are discovered and corrected, comment those rows and add new code, 
  56. send a copy to the author to enable a fresh version to be distributed. 
  57. If you write functions you consider useful in this area, document those, 
  58. send the files to the author and they'll probably be included. Function 
  59. dealing with fixfloat math start on letters "ff", those dealing with integer 
  60. math with "i", stick to these rules. Of interest are more trigonometric 
  61. functions (cot, acot, csc, sec, acsc, asec), functions dealing with vectors, 
  62. functions helping out in situations where overflows are likely. Quick matrix 
  63. calculation might be interesting as well. All math function must be written 
  64. in assembler language.
  65.  
  66. If all of the package is converted to function for another compiler
  67. environment, it would be good if this could be included in the package.
  68. There shouldn't be any big changes necesarry.
  69.  
  70.  
  71. Author can be emailed on internet adress "d94-asn@sm.luth.se".
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.